Skip to main content

DescribeConsoleDdosPolicies

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Ddosprivate/DescribeConsoleDdosPolicies

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records displayed on the page.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the current page number returned.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api
StartRowBODYintegerNoNo sample value for this parameter.returns the start line.
AliUidBODYlongYesNo sample value for this parameter.user cloud account UID.

Return data

NameTypeSample valueDescription
HttpRateintegerno demo valuealert HTTP request rate threshold (QPS).
CodeNamestingno demo valuethe name of the data center corresponding to the IP network segment.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
Codestringno demo valuethe data center code corresponding to the IP network segment.
PackageRateintegerno demo valueEarly warning packet speed threshold (PPS).
TotalCountintegerno demo valuereturns the total number of pages.
CurrentPageintegerno demo valuecurrently returns page number.
ExternalServiceIPstringno demo valueIP or IP network segment. description the system default policy returns default.
DepartmentNamestringno demo valuethe name of the department corresponding to the current user.
ThresholdListlistno demo valueDDoS protection policy list. For specific sub-item descriptions, see the following parameter descriptions.
FlowRateintegerno demo valuealert flow threshold (Mbps).
AliUidlongno demo valuethe cloud account ID corresponding to the protection policy.

Example

Successful Response example

{
"HttpRate":"no demo value",
"CodeName":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"Code":"no demo value",
"PackageRate":"no demo value",
"TotalCount":"no demo value",
"CurrentPage":"no demo value",
"ExternalServiceIP":"no demo value",
"DepartmentName":"no demo value",
"ThresholdList":"no demo value",
"FlowRate":"no demo value",
"AliUid":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}